home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(betting == false)
- {
- return undefined;
- }
- if(currentBet[0] >= 196)
- {
- return undefined;
- }
- chip5Val++;
- insurance == false;
- double = false;
- if(chip5Val == 5)
- {
- chip25Val++;
- chip5Val = 0;
- }
- if(chip25Val == 4)
- {
- chip100Val++;
- chip25Val = 0;
- }
- CashAdd(5);
- _root.gotoAndStop("start");
- c++;
- _root.chip5_.duplicateMovieClip("chip" + c,c);
- setProperty("chip" + c, _X, posChipx[random(7)]);
- setProperty("chip" + c, _Y, posChipy[random(6)]);
- }
-